Crate lrtable

source ·

Re-exports

pub use statetable::Action;
pub use statetable::StateTable;
pub use statetable::StateTableError;
pub use statetable::StateTableErrorKind;

Modules

Structs

StIdx is a wrapper for a state index. Its internal type is StIdxStorageT. The only guarantee we make about `StIdx’ is that it can be infallibly converted to usize.

Enums

Functions

Type Definitions

The type of the inner value of an StIdx.